DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / OnSourceCollectionChanged Method

In This Topic
    OnSourceCollectionChanged Method (C1SelectDataCollection<S,T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSourceCollectionChanged( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnSourceCollectionChanged( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also